Fix dpotrf result on loong64 with la464 kernel
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)
committerSébastien Villemot <sebastien@debian.org>
Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)
Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/4001d7a74f7866bdcd8855caca62436ca7bc45ee
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5602
Bug-Debian: https://bugs.debian.org/1126103
Last-Update: 2026-02-03

Last-Update: 2026-02-03
Gbp-Pq: Name loong64-dpotrf.patch

kernel/setparam-ref.c

index 24bd81a8e3b9ba1343b04efc04dee49c1e0e47e8..51981c625353ef15d9742e4bf8667928e2eb9cf3 100644 (file)
@@ -1194,7 +1194,7 @@ static void init_parameter(void) {
 
       TABLE_NAME.dgemm_p = 112;
       TABLE_NAME.dgemm_q = 289;
-      TABLE_NAME.dgemm_r = 342;
+      TABLE_NAME.dgemm_r = 353;
 
       TABLE_NAME.cgemm_p = 128;
       TABLE_NAME.cgemm_q = 256;